Removing the redundant ifup command usage - #3297
Conversation
|
Attaching the execution result logs with ifup commands removed from the scripts: avocado run --max-parallel-tasks=1 rping.py -m rping.py.data/rping_roce.yaml |
|
Complete result logs are attached to the corresponding Jira task. |
ifup and ifdown commands are deprecated in SLES16 and RHEL releases There are avocado utils network bring up functions already being called to bringup the host intefaces which are sufficient Signed-off-by: Pavaman Subramaniyam <pavsubra@linux.vnet.ibm.com>
f1a172d to
2624467
Compare
|
I have again executed the tests after addressing the review comments. avocado run --max-parallel-tasks=1 rping.py -m rping.py.data/rping_roce.yaml |
ifup and ifdown commands are deprecated in SLES16 and RHEL releases There are avocado utils network bring up functions already being called to bringup the host intefaces which are sufficient